Class ZipMessageBox

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----com.sun.java.swing.JDialog
                                           |
                                           +----ZipMessageBox

public class ZipMessageBox
extends JDialog
Class to display a simple message with a ok button

Version:
1.0
Author:
Frank Moisant - Patrick Titiano

Constructor Index

 o ZipMessageBox(Frame, String, String)
Class Constructor

Method Index

 o isResizable()
Return if the dialog is resizable

Constructors

 o ZipMessageBox
 public ZipMessageBox(Frame owner,
                      String title,
                      String message)
Class Constructor

Parameters:
owner - the frame which instanciate the dialog
title - the title of the message box
message - the message to display

Methods

 o isResizable
 public boolean isResizable()
Return if the dialog is resizable

Returns:
always false (the dialog is not resizable)
Overrides:
isResizable in class Dialog